﻿
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Microsoft YaHei", "宋体";
    line-height: 1;
    color: #1d1d1d;
    width: 100%;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #1d1d1d;
}

a, a:hover, a:focus, a:active {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    outline: none
}

a:hover {
    color: #3081da;
    text-decoration: none;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

a:focus,
input:focus,
textarea:focus {
    outline: none;
}

.font12 {
    font-size: 12px;
}

.font16 {
    font-size: 16px;
}

a:hover {
    color: #f0ad4e;
}

ul li {
    list-style-type: none;
}

p {
    margin-bottom: 0px;
}

.fl {
    float: left
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

[data-role="transition"],
[data-before="transition"]:before,
[data-after="transition"]:after {
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

/*导航*/
.navbar-default {
    height: 100px;
    background: #fff;
    border-bottom: 1px solid #dfe5e8;

    z-index: 999999999999;
}

.navbar-header {
    padding-top: 21px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-top: -10px;
    margin-left: 0;
}

.navbar-collapse {
    padding-top: 30px;
    margin-left: 7%;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    padding: 10px 0;
    margin: 0 14px;
    font-size: 16px;
    display: block;
    border: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.navbar-default .navbar-nav > li > a :hover:after {
    width: 100%
}

.nav > li > a,
.navbar-nav > li > a {
    padding: 0px;
    font-size: 16px;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #000;
}

.navbar-default .navbar-nav > li > a.current {
    border-bottom: 2px solid #ff9f02;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #dc5b24;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #4d4d4d;
}

.navbar-default .navbar-nav > li > a:hover:after {
    width: 100%;
    opacity: 1;
    border: 1px solid #ff9f02;
}

.navbar-default .navbar-nav > li > a:active:after {
    width: 101%;
    opacity: 1;
    border: 1px solid #ff9f02;
}

.navbar-nav li.active a {
    color: #fff
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand > img {
    position: relative;
    top: 8px;
}

a, a:hover, a:focus, a:active {
    /* -webkit-transition: all 300ms ease-in-out; */
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    /* transition: all 300ms ease-in-out; */
    text-decoration: none;
    outline: none;
}

.navbar-default .navbar-nav > li > a:after {
    content: "";
    display: block;
    position: relative;
    top: 11px;
    margin: 0 auto;
    width: 0;
    height: 1px;
    background: transparent;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.navbar-default > .container {
    position: relative;
}

/*分享代码*/
.nav-share {
    float: right;
    width: 125px;
    margin-top: 32px;
    font-size: 18px;
}

.bdshare-button-style0-16 .share-wx a {
    background: url(../img/share.png) no-repeat 0 -20px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
}

.bdshare-button-style0-16 .share-wx a:hover {
    background: url(../img/share.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;

}

.bdshare-button-style0-16 .share-zone a {
    background: url(../img/share.png) no-repeat -49px -20px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
}

.bdshare-button-style0-16 .share-zone a:hover {
    background: url(../img/share.png) no-repeat -49px 0;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;

}

.bdshare-button-style0-16 .share-sina a {
    background: url(../img/share.png) no-repeat -73px -20px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;

}

.bdshare-button-style0-16 .share-sina a:hover {
    background: url(../img/share.png) no-repeat -73px 0;
}

.bdshare-button-style0-16 .share-rr a {
    background: url(../img/share.png) no-repeat -98px 0;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
}

.bdshare-button-style0-16 .share-rr a:hover {
    background: url(../img/share.png) no-repeat -98px 0;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
}

.bdshare-button-style0-16 .share-rr a {
    background: url(../img/share.png) no-repeat -98px -20px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
}

.bdshare-button-style0-16 .share-tx a {
    background: url(../img/share.png) no-repeat -25px -20px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
}

.bdshare-button-style0-16 .share-tx a:hover {
    background: url(../img/share.png) no-repeat -25px 0;
}

.nav-share .tel {
    font-size: 19px;
}

.nav-share ul {
    float: left;
    margin-top: 10px;
}

.nav-share ul li:nth-child(1) {
    margin-left: 0
}

.nav-share ul li {
    float: left;
    margin-left: 6px;
}

.banner {
    height: 400px;
}

.fourareas dl dt {
    width: 156px;
    height: 156px;
    background: #e5e5e5;
    border-radius: 50%;
    margin: 0 auto;
}

.fourareas dl dt:hover {
    background: #ff9f02;
}

.fourareas dl dd {
    margin-top: 8%;
    text-align: center;
}

div.bd_weixin_popup .bd_weixin_popup_main {
    padding-bottom: 5px;
}

#team .icon-zuo {
    margin: 0 auto;
    position: absolute;
    top: 39%;
    left: -63px;
    background: url(../img/arrow.png) no-repeat 0 0;
    width: 55px;
    height: 55px;
}

#team .icon-you {
    margin: 0 auto;
    position: absolute;
    top: 39%;
    right: -60px;
    background: url(../img/arrow.png) no-repeat -63px 0;
    width: 55px;
    height: 55px;
}

#team .icon-zuo:hover {
    background: url(../img/arrow.png) no-repeat -1px -56px;
}

#team .icon-you:hover {
    background: url(../img/arrow.png) no-repeat -62px -56px;
}

.gsgk-part .item {

    width: 250px;
    height: 250px;
    margin: 0 auto;
}

.gsgk-part .item p {
    text-align: center;
    margin-top: 20px;
}

.gsgk-part .item p a {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.gsgk-part .item:hover p {
    color: #fff;
    font-size: 18px;
    padding-top: 30%;
    line-height: 25px;
}

.gsgk-part .item {
    position: relative;
}

.text-desc {
    position: absolute;
    left: 0;
    bottom: -250px;
    background: rgba(0, 0, 0, 0.5);
    width: 250px;
    height: 250px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gsgk-part .item img {
    transition: 0.5s all ease-in-out;
    width:250px;
    height:250px;
}

.gsgk-part .item-bg {
    position: relative;
}

.gsgk-part .item:hover .text-desc {
    width: 250px;
    bottom: 0px;
    left: 0;
    height: 250px;
    opacity: 1;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.xwzx-left {
    width: 155px;
    float: left;
    margin-top: 45px;
}

.xwzx-right {
    overflow: hidden;

}

.all-txt {
    font-size: 32px;
}

.all-txt span {
    color: #ed9d00;
}

.all-txteg {
    font-size: 21px;
    font-family: "Calibri Light";
    margin-top: 5px;

}

.me-banner {
    margin-top: 100px;
}

.newslis {
    margin-left: 30px;
}

.newslis dl dd p {
    /*text-align: justify;*/
    /*text-justify: inter-ideograph;*/
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    line-height: 22px;
}

.newslis .news-bottom ul li {
    padding-left: 50px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}

.newslis .news-bottom ul li:nth-child(1) span {
    width: 70px;
    overflow: hidden;
    height: 26px;
}
label.BMapLabel{
    width: 160px;
    max-width: 180px;
}
.aboutus-banner .line{
    width: 100px;
    height: 2px;
    background: #7d7d7d;
    margin:0 auto;
    margin-top: 5%;visibility: hidden;

}
.aboutus-banner .tqk{
    width: 50%;
    height: 70px;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    color: #000;
    margin-top: 3%;
    line-height: 50px;
    font-size: 30px;
}
.aboutus-banner .tpen{
    margin-top: 2%;
display:none}
.aboutus-banner .tpen   p{
    text-align: center;
    line-height: 25px;
}
.aboutus-banner .tqk p span{
    padding:0 2%
}
.aboutus-banner .tqk p span:last-child{
    color: #ed9d00;
}
.newslis .news-bottom ul li:nth-child(1) {
    background: url(../img/icon-news.png) left -6px no-repeat;
}

.newslis .news-bottom ul li:nth-child(2) {
    background: url(../img/icon-news.png) left -38px no-repeat;
}

.newslis .news-bottom ul li:nth-child(3) {
    background: url(../img/icon-news.png) left -71px no-repeat;
}

.newslis .news-bottom ul li:nth-child(1):hover {
    background: url(../img/icon-news-hover.png) left -6px no-repeat;
}

.newslis .news-bottom ul li:nth-child(2):hover {
    background: url(../img/icon-news-hover.png) left -38px no-repeat;
}

.newslis .news-bottom ul li:nth-child(3):hover {
    background: url(../img/icon-news-hover.png) left -71px no-repeat;
}

.xwzx-left .left01 {
    background: #f4a000;
    width: 155px;
    height: 155px;

}

.xwzx-left .left02 {
    background: #c9e717;
    width: 155px;
    height: 155px;

}

.xwzx-left .left03 {
    background: #f2f2f2;
    width: 155px;
    height: 155px;

}
.pic-ad{
    padding:0
}
.main-slider {
    margin-top: 100px;
}

.main-slider .carousel-inner .item figure {
    position: relative
}

.main-slider .carousel-inner .item figure::before {
    background: rgba(0, 0, 0, 0.0) none repeat scroll 0 0;
    content: "";
    /*height: 100%;*/
    /*position: absolute;*/
    /*width: 100%;*/
}

.main-slider .carousel-inner .item figure figcaption.fig1 {
    /*bottom: 0;*/
    /*left: 3.8%;*/
    margin: 0 auto;
    position: absolute;
    right: 9%;
    top: 24.5%;
    width: 100%;
    /*padding: 0 15px;*/
}

.main-slider .carousel-inner .item figure figcaption.fig2 {

    left: 27.8%;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40%;
    padding: 0 15px;
}

.main-slider .carousel-inner .item figure figcaption .fpic {
    margin: 0 0 20px 0;
    color: #ffffff;
    font-family: "Lora", serif;
    font-size: 45px;
    font-weight: 600;
    /*width: 50%;*/
    line-height: 50px;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    float: right
}

.main-slider .carousel-inner .item figure figcaption p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 30px;
    width: 50%;
}

.main-slider .carousel-inner .item figure figcaption h1 {
    margin: 0;
    color: #ffffff;
    font-family: "Lora", serif;
    font-size: 45px;
    font-weight: 600;
    width: 24%;
    line-height: 50px;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    float: right;
}

.main-slider .carousel-inner .item figure figcaption.fig2 h1 {
    margin: 0 0 20px 0;
    color: #ffffff;
    font-family: "Lora", serif;
    font-size: 45px;
    font-weight: 600;
    width: 45%;
    line-height: 50px;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    float: none
}

.main-slider .carousel-inner .item figure figcaption.fig2 a {
    width: 45%;
}

.main-slider .carousel-inner .item figure figcaption h1 img {
    max-width: 100%;
    max-height: 100%;
}

.main-slider .carousel-inner .item figure figcaption.fig2 h1 img {
    max-width: 100%;
}

.main-slider .carousel-inner .item figure figcaption a {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    padding: 10px 40px;
    border-bottom-width: 4px;
    margin-bottom: 4px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    position: absolute;
    left: 0;
    top: 0%;
}

.main-slider .carousel-inner .item figure figcaption a:hover {
    text-decoration: none;
    border-bottom-color: #FF8724;

}

.main-slider .carousel-indicators li {
    margin: 0;
    height: 10px;
    width: 10px;
    background: #000;
    border: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 50%;
}

.carousel-indicators {
    bottom: 10px;
}

.main-slider .carousel-indicators li:hover {
    background: #ed9d00
}

.main-slider .carousel-indicators .active {
    background-color: #ed9d00;
    height: 10px;
    margin: 0;
    width: 10px;
    border-radius: 50%;
}

#top-slider .carousel-indicators li {
    margin-right: 10px;
}

.home-slider {
    margin-top: 5%;
    overflow: hidden;
}

.aboutus-banner {
    height: 380px;
    overflow: hidden;
}

/*联系我们页面*/
.contact-tit {
    width: 270px;
    height: 60px;
    border: 1px solid #e9b001;
    border-radius: 30px;
    text-align: center;
    padding: 5px;    margin: 55px auto;
}

.contact-tit span {
    font-size: 14px;
    color: #929292;
}

.contact-box p {
    text-align: center;
}

.dt {
    margin-bottom: 40px;
}

.map {
    width: 100%;
    height: 620px;
    border: #ccc solid 1px;
    font-size: 12px;
}

.contact-box p:nth-child(even) {
    margin-bottom: 20px;
}

.contact-box p:nth-child(odd) {
    margin-bottom: 10px;
}

/*右侧导航*/

.rt-nav {
    position: fixed;
   
    right: 0px;
     
     /*IE/10/11*/
right: 17px\0;

    width: 50px;
    -moz-opacity: 1;
    opacity: 1;
    top: 39%;
    z-index: 99999999999;
}
.ie8 .rt-nav{right:0}
.ie9 .rt-nav{right:0}
.rt-nav ul.icons {
    position: absolute;
    list-style: none;
    right: 0px;
    padding: 0px;
    width: 50px;
    border-right: none;
    background: #d8d8d8;
}

.rt-nav.close ul.icons {
    right: -70px;
}

.rt-nav ul.icons li {

    height: 50px;
    z-index: 999;
    cursor: pointer;
}

.rt-nav ul.icons li:nth-child(2) {
    background: #cacaca;
}

.rt-nav ul.icons li i {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-position: center center;
    z-index: 210;
}

.rt-nav ul.icons li.active i {
    -moz-opacity: 0.4;
}

.rt-nav ul.icons li.qq i {
    background: url(../img/qq-icon.png) no-repeat center -6px;
}
.rt-nav ul.icons li .cktj {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-position: center center;
    z-index: 210;
   
}

.rt-nav ul.icons li.active .cktj {
    -moz-opacity: 0.4;
}

.rt-nav ul.icons li.qq i {
    background: url(../img/qq-icon.png) no-repeat center -6px;
}
.rt-nav ul.icons li.qq:hover i {
    background: url(../img/qq-icon.png) no-repeat center -50px;
}

.rt-nav ul.icons li.wx .cktj {
    background:#cacaca url(../img/qq-icon.png) no-repeat center -100px;
    border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}

.rt-nav ul.icons li.wx:hover .cktj {
    background: url(../img/qq-icon.png) no-repeat center -150px;
}

.rt-nav ul.icons li:hover {
    background: #ed9d00;
}

.rt-nav ul.icons li.qq p,
.rt-nav ul.icons li.tel p {
    background: url(../img/bg1.png) no-repeat;
    width: 119px;
    height: 38px;
    color: #fff;
    text-align: center;
    position: absolute;
}

.rt-nav ul.icons li.qq p {
    font-size: 16px;
    top: 6px;
    line-height: 38px;
}

.rt-nav ul.icons li.tel p {
    top: 56px;
    line-height: 18px;
}

.rt-nav ul.icons li.wx .inputgjz {
    width: 156px;
    height: 95px;
    top: 68px;
}

.rt-nav ul.icons li.wx  .search {
    width: 256px;
    height: 30px;
    background: #d8d8d8;
    border-radius: 30px;
    border: none;
    line-height: 30px;
    padding: 0 18px;
}

.rt-nav ul.icons li.up {
    background: url(../img/up.png) no-repeat center center;
}

.rt-nav ul.icons li .inputgjz {
    right: -280px;
    opacity: 0;
    transition: all 0.5s ease 0s;
    position: absolute;
    z-index: 201;
}

.rt-nav ul.icons li.active .inputgjz {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.rt-nav ul.icons li.active.qq p,
.rt-nav ul.icons li.active.tel p {
    right: 52px;
}

.rt-nav ul.icons li.active.wx .inputgjz {
    right: 55px;
}

/*友情链接页面*/
.link-banner {
    background: url(../img/yqlj-banner2.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 380px;
    margin-top: 100px;
    text-align: center;
    position: relative;
}

.link-banner .line {
    width: 105px;
    margin: 0 auto;
    height: 2px;
    background: #fff;
}

.link-banner .tit {
    font-size: 50px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 15px;
}

.link-banner .eglish {
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
}

.link-banner .banner-txt {
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
}

.bme-tit {
    padding-top: 4%;
    padding-bottom: 2%;
    border-bottom: 1px solid #ececec;

}
.brm-a img{
    Max-height:300px; max-width:300px;margin:0 auto;min-height:200px;
}


.bme-tit a {
    font-size: 14px;
}

.bme-tit span {
    margin: 0 15px;
}

.yqlj-box {
    margin-top: 5%;

}

.yqlj-box .yqlj-list {
    background: #eee;

    width: 255px;
    height: 140px;
    border-radius: 10px;
    margin: 0 15px 30px 15px;
    padding: 0;

}

.yqlj-box .yqlj-list img {
    border-radius: 10px;
}

.yqlj-box .yqlj-list:hover {
    background: #e9b001;
}

/*产品中心内容页*/
.bme-banner {
    margin-top: 100px;
    background: url(../img/case-tit.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 380px;
}

.bme-line {
    width: 120px;
    height: 3px;
    background: #dadada;

    margin: 0 auto;
}

.b-tit {
    font-size: 42px;
    color: #e9b001;
    text-align: center;
    margin-top: 20px;
}

.b-eng {
    text-align: center;
    color: #bbb;
    margin-top: 10px;

}

.detail-box .art-tit {
    text-align: center;
    font-size: 32px;
    margin-top: 5%;
}

.detail-box .art-othertit {
    color: #939393;
    text-align: center;
    margin-bottom: 2%;
    margin-top: 2%;
}

.detail-box .art-othertit i {
    font-style: normal;
    margin-top: 20px;
    padding: 0 10px 0 5px;
}

.pic-txt {
    padding: 5% 3% 7.5% 3%;
    border-bottom: 2px solid #e8e8e8;
    border-top: 2px solid #e8e8e8;

}

.pic-txt ul li {
    font-size: 16px;
    margin-bottom: 25px;
}

.product-txt {
    padding-top: 5%;
}

.product-txt h3 {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    padding-bottom: 2%;
}

.product-txt h3 span {
    height: 2px;
    width: 90.5%;
    display: inline-block;
    background: #e8e8e8;
    margin-left: 30px;
}

.product-txt p {
    line-height: 25px;
    font-size: 14px;
}

.return {
    background: #f6f6f6;
    padding: 20px;
    margin: 5% 0;
    overflow: hidden;
}
.return  .rt1 {text-align:left;}
.return  .rt2 {text-align:right;}

/*案例应用内容页*/
.case-detail img {
    margin: 0 auto;
}

.case-detail p {
    margin-top: 3%;
    line-height: 25px;
}

/*竞争优势*/
.jzys {
    background: url(../img/jzys-banner.jpg) no-repeat center;
    background-size: cover;

}

.jzys-box {
    padding-bottom: 4%;
}

.jzys .line {
    background: #f0ad4e;
}

.jzys .tit {
    color: #f0ad4e;
}

.jzys .eglish {
    color: #999;
}

/*tab切换*/

.layout-title {
    text-align: center;
    overflow: hidden;
}

.layout-title li {
    display: inline-block;
    width: 33.33333%;
    position: relative;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    background: #d9d9d9;
    padding: 2% 0;
    float: left;
}

.layout-title li span {
    font-size: 12px;
    padding-top: 5px;
    display: block;
}

.layout-title li a {
    color: #333;
    font-size: 18px
}

.layout-title li.current {
    color: #fff;
    background-color: #f0ad4e;
}

.layout .layout-con {
    margin-top: 80px;
}

.layout-title li.current a {
    color: #fff;
}

.layout-con .layout-detail {
    display: none;
}

.layout-con .layout-detail.on {
    display: block;
}

.jzys-box h3 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    padding: 2% 0;
}

.jzys-box p {
    width: 100%;
    line-height: 25px;
    color: #4d4d4d;
}

.jzys-box p img {
    margin: 0 auto;

}

/*案例列表*/

.layout-title2 {
    text-align: center;
    overflow: hidden;
}

.layout-title2 li {
    display: inline-block;
    width: 50%;
    position: relative;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    background: #d9d9d9;
    padding: 2% 0;
    float: left;
}

.layout-title2 li span {
    font-size: 12px;
    padding-top: 5px;
    display: block;
}

.layout-title2 li a {
    color: #333;
    font-size: 18px
}

.layout-title2 li.current {
    color: #fff;
    background-color: #f0ad4e;
}

.layout .layout-con2 {
    margin-top: 80px;
}

.layout-title2 li.current a {
    color: #fff;
}

.layout-con2 .layout-detail2 {
    /*display: none;*/
}

.layout-con2 .layout-detail2.on {
    display: block;
}

.caselist-box p:nth-child(1) {
        width: 360px;
    border: 1px solid #d9d9d9;
    /* height: 252px; */
    Height: 250px;
   /* overflow: hidden;*/
    position: relative;
    display: table-cell;
    vertical-align: middle;

}

.caselist-box p:nth-child(1) img {
    text-align: center;
    margin: 0 auto;
        max-height: 250px;

}

.layout-con2 {
    padding-top: 5%;
}

.caselist-box p:nth-child(2) {
    text-align: center;
    padding: 6% 0 12% 0;

    font-size: 16px;
    overflow: hidden;
    width: 100%;
}

/*产品列表*/

.layout-title3 {
    text-align: center;
    overflow: hidden;
    margin-bottom: 0;

}

.layout-title3 li {
    display: inline-block;
    width: 16.66667%;
    position: relative;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    background: #d9d9d9;

    padding: 2% 0;
    float: left;
}

.layout-title3 li span {
    font-size: 12px;
    padding-top: 5px;
    display: block;
}

.layout-title3 li a {
    color: #333;
    font-size: 18px
}

.layout-title3 li.current {
    color: #fff;
    background-color: #f0ad4e;
}

.layout .layout-con3 {
    margin-top: 80px;
}

.layout-title3 li.current a {
    color: #fff;
}

.layout-con3 .layout-detail3 {
  /*  display: none;*/
}

.layout-con3 .layout-detail3.on {
    display: block;
}

.prolist-box p:nth-child(1) {
    width: 250px;
    border: 1px solid #d9d9d9;
    /*height: 252px;*/
    Height:220px;
    overflow:hidden;
    position:relative;
    display:table-cell;vertical-align:middle;

}

.layout-con2 dl dd p {
    /* text-align: justify; */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    line-height: 22px;
}

.prolist-box p:nth-child(1) img {
    text-align: center;
    margin: 0 auto;
   /* position: absolute;*/
   max-height:220px;
   


}
.col-sm-3.col-md-3.col-xs-12.prolist-box{height:288px;overflow:hidden}
.layout-con3 {
    padding-top: 5%;
}

.prolist-box p:nth-child(2) {
    text-align: center;
    padding: 6% 0 12% 0;

    font-size: 16px;
    overflow: hidden;
    width: 100%;

}

/*四大领域页面*/

.layout-title4 {
    text-align: center;
    overflow: hidden;
}

.layout-title4 li {
    display: inline-block;
    width: 25%;
    position: relative;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    background: #d9d9d9;

    padding: 2% 0;
    float: left;
}

.layout-title4 li span {
    font-size: 12px;
    padding-top: 5px;
    display: block;
}

.layout-title4 li a {
    color: #333;
    font-size: 18px;display:block;
   
}

.layout-title4 li.current {
    color: #fff;
    background-color: #f0ad4e;
}

.layout-con4 {
    margin-top: 5%;
}

.layout-title4 li.current a {
    color: #fff;
}

.layout-con4 .layout-detail4 {
    display: none;
}

.layout-con4 .layout-detail4.on {
    display: block;
}

.layout-title-5 li .current {
    display: block;
}

.layout-title-5 {
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    margin-top: -5%;

}

.layout-title-5 li {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    padding: 2% 0;
    margin-left: 2%;
    margin-right: 2%;
}

.layout-title-5 li span {
    font-size: 12px;
    padding-top: 5px;
    display: block;
}

.layout-title-5 li a {
    color: #4d4d4d;
    font-size: 18px
}

.layout-title-5 li.current {
    color: #f0ad4e;
    border-bottom: 1px solid #f0ad4e;
}

.layout-con-5 {
    margin-top: 3%;
}

.layout-title-5 li.current a {
    color: #4d4d4d;
}

.layout-con-5 .layout-detail4 {
    display: none;
}

.layout-con-5 .layout-detail4.on {
    display: block;
}

/*news内容页*/
.news-banner {

    background-position: center;
    width: 100%;
    background: url(../img/hydt-banner.jpg) no-repeat center;
    background-size: cover;

    margin-top: 100px;
    text-align: center;
    position: relative;
    width: 100%;
    height: 380px;
}

.aboutus-banner {
    margin-top: 100px;
}

.news-banner .line {
    width: 105px;
    margin: 0 auto;
    height: 2px;
    background: #fff;
}

.news-banner .tit {
    font-size: 50px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 15px;
}

.news-banner .eglish {
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
}

.news-banner .banner-txt {
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
}

.news-box .case-detail img {
    display: block;
    max-width: 100%;
    height: auto;
}

.news-box .row dl {
    float: left
}

.news-box .row dl dt {
    float: left;
    width: 35%;
}
.news-box .row dl dt img
{width:155px;height:155px;
}

.news-box .row dl dd {
    float: left;
    width: 65%;
    padding-left: 4%;
}

.news-box .layout-con2 .row dl dt {
    float: left;
    width: 25%;
}

.news-box .layout-con2 .row dl dd {
    float: left;
    width: 75%;
    padding-left: 4%;
}

.news-box .row dl dd h3 {
    margin-top: 0;
    margin-bottom: 5%;
    height: 26px;
    overflow: hidden;
}

.news-bottom {
    background: #f2f2f2;
    padding: 25px 0 25px 15px;
    z-index: 10000;
    position: relative;
    margin: 0;
    margin-top: 2%;

}

.news-bottom .bot1 {
    background: url(../img/newlist-arrow2.png) no-repeat;
    top: -19px;
    position: absolute;
    width: 36px;
    height: 19px;
    left: 57px;

}

.news-bottom ul li {
    margin-bottom: 15px;
}

.layout-con2 .news-bottom ul li {
    padding-left: 50px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}

.layout-con2 .news-bottom ul li:nth-child(1) {
    background: url(../img/icon-news.png) left -6px no-repeat;
}

.layout-con2 .news-bottom ul li:nth-child(2) {
    background: url(../img/icon-news.png) left -38px no-repeat;
}

.layout-con2 .news-bottom ul li:nth-child(3) {
    background: url(../img/icon-news.png) left -71px no-repeat;
}

.layout-con2 .news-bottom ul li:nth-child(1):hover {
    background: url(../img/icon-news-hover.png) left -6px no-repeat;
}

.layout-con2 .news-bottom ul li:nth-child(2):hover {
    background: url(../img/icon-news-hover.png) left -38px no-repeat;
}

.layout-con2 .news-bottom ul li:nth-child(3):hover {
    background: url(../img/icon-news-hover.png) left -71px no-repeat;
}

.newslist {
    margin-top: 5%;
    margin-bottom: 5%;
}

.newslist ul li {
    background: url(../img/newlist-arrow.png) no-repeat 20px;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 6%;
    padding-right: 10%;

}

.newslist ul li a {
    line-height: 35px;
    display: block;
    padding-bottom: 5px;
    height: 35px;
}

.newslist ul li span:nth-child(1) {
    float: left;
}

.newslist ul li span:nth-child(2) {
    float: right;
}

a.more {
    background: #c2c2c2;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    display: block;
    border-radius: 30px;
    line-height: 40px;
    margin-top: 28%;
}

.layout-con2 a.more {
    margin-top: 15%;
}

a.more:hover {
    background: #f0ad4e;
  
    height: 40px;
    text-align: center;
    color: #fff;
    display: block;
    border-radius: 30px;
    line-height: 40px;
}

/*公司概况页面*/
.gsgk-box {

}

.gsgk-tit {
    margin: 0;
    margin-bottom: 1%;
    margin-left: 30px;
}

.gsgk-txt {
    color: #fff;
    text-align: justify;
    text-justify: inter-ideograph;
}
.gsgk-txt p{

    background: #f4a000;
    line-height: 25px;
    padding: 5%;
    min-height: 324px;
}
.layout-title6 {
    text-align: center;
    overflow: hidden;
    margin-bottom: 0;
    width: 270px;
    margin: 0 auto;

}

.gsgk-part {
    border-bottom: 1px solid #e8e8e8;
    padding: 3% 0;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.layout-title6 li {
    display: inline-block;
    width: 125px;
    position: relative;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border: 1px solid #f0ad4e;
    border-radius: 30px;
    height: 50px;
    float: left;
    line-height: 50px;
    margin: 0 5px;
}

.layout-title6 li span {
    font-size: 12px;
    padding-top: 5px;
    display: block;
}

.layout-title6 li a {
    color: #333;
    font-size: 18px
}

.layout-title6 li.current {
    color: #fff;
    background-color: #f0ad4e;
    display: block;
}

.layout-con6 {
    margin-top: 4%;
}

.layout-title6 li.current a {
    color: #fff;
}

.layout-con6 .layout-detail6 {
    display: none;
}

.layout-con6 .layout-detail6.on {
    display: block;
}

.layout-con6 dl dt {
    border: 1px solid #e8e8e8;
    padding: 15px;
}
.layout-con6 dl dt img
{
    width:218px;height:144px;
} 
.layout-con6 dl dd {
    margin-top: 20px;
    text-align: center;
}

.qywh-txt {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;

}

.me-banner {
    height: 380px;
}

.qywh-1 {
    background: #eda100;
    padding: 0;
}

.qywh-1 .qywh-top1 {
    padding: 5% 8%;
    overflow: hidden;
    float: left;
    width: 50%;
}

.qywh-1 .qywh-top1 .num {
    border-radius: 50%;
    border: 1px solid #676954;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    font-size: 60px;
    line-height: 90px;
    font-family: "Calibri Light";

}

.qywh-1 .qywh-top1 .txt1 {
    font-size: 18px;
    text-align: right;
    margin: 5px 0;
}

.qywh-1 .qywh-top1 .txt2 {
    font-size: 12px;
    text-align: right;
    color: #676954;
}

.lxwm-txt p {
    text-align: left;
    width: 290px;

    margin: 2% auto;
}.overlay p{margin-top:15%  }

.overlay {
   opacity:0;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 14%;
    line-height: 30px;
    transition: all 1s;width:100%;height:100%;
 
-moz-transition: all 1s; /* Firefox 4 */
-webkit-transition: all 1s; /* Safari 和 Chrome */
-o-transition: all 1s; /* Opera */
    
}

.qywh-bottom1 {
    position: relative;
    float: left;
    width: 50%;
  

}

.qywh-bottom1 img {
    min-height: 181px;
}

.qywh-bottom1:hover .overlay {
   opacity:1;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    transition: all 1s;
-moz-transition: all 1s; /* Firefox 4 */
-webkit-transition: all 1s; /* Safari 和 Chrome */
-o-transition: all 1s; /* Opera */

   
}

.qywh-bottom1:hover .overlay p {
    vertical-align: middle;  
}

/*footer*/
.footer {
    background: url(../img/footer-bg.jpg);
    background-size: cover;
    color: #fff;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 12px;
}

.footer .tit {
    font-size: 16px;
    margin-bottom: 20px;
}

.footer-logo {
    border-right: 1px solid #fff;
    margin-top: 46px;
    width: 20%;
}

.footer-txt {
    width: 80%;
}

.ab-txt {
    padding-left: 4%;
    text-align: justify;
    text-justify: inter-ideograph;
}

.footer p {
    line-height: 23px;
    padding-left:15px;
}

.footer ul li {
    line-height: 20px;
}

.footer ul li span {
    width: 65px;
    text-align: left;
    display: inline-block;
}

.copyright {
    background: #3c4147;
    color: #fff;
    padding: 30px;
}

.copyright span a {
    color: #fff;
}

.copyright span a i {
    padding-left: 7px;
    padding-right: 7px;
    font-style: normal;
}

.copyright span:nth-child(2) {
    float: right;
}

.pc {
    display: block;
}

.sj {
    display: none;
}

/*置顶*/

.toTop {
    width: 80px;
    height: 70px;
    padding: 10px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
}

* html .toTop {
    position: absolute;
    bottom: auto;
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    margin-bottom: 80px;
}

.toTop a {
    background: url(../img/top.png) no-repeat 0 -70px;
    width: 80px;
    height: 70px;
    display: block;
}

.toTop a:hover {
    background: url(../img/top.png) no-repeat;
    width: 80px;
    height: 70px;
    display: block;
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
    .navbar-default .navbar-nav > li > a {
        margin: 0 8px;
    }
}
@media only screen and (max-width: 1600px)and (min-width: 1200px) {
    .aboutus-banner .tqk {
        width: 60%;
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1200px) {
    .link-banner, .news-banner, .bme-banner, .me-banner, .aboutus-banner {
        width: 100%;
        height: 286px;
        background-size: cover !important;

    }
    .aboutus-banner .tqk p span{
        padding:0 1.5%
    }
    .toTop {
        right: 3%;
    }

    .xwzx-left {
        margin-top: 63px;
    }
}

@media only screen and (max-width: 1199px) {
    .link-banner, .news-banner, .bme-banner, .me-banner, .aboutus-banner {
        width: 100%;
        height: 246px;
        background-size: cover !important;
    }
    .aboutus-banner .tqk {
        width: 60%;
    }
    .aboutus-banner .tqk p span{
        padding:0 1.5%;
        font-size: 24px;
    }
    .aboutus-banner .tqk p span:nth-child(1){
        Padding-left:0.5%;
        Padding-right:0;
    }
    .aboutus-banner .tqk p span:nth-child(2){
        Padding-left:0
    }
    .aboutus-banner .tpen p {
        text-align: center;
        line-height: 20px;
    }
    .xwzx-right {
        overflow: hidden;
    }

    .toTop {
        right: 1%;
    }

    .xwzx-left {
        margin-top: 21px;
    }

    .newslis dl dd p {
        -webkit-line-clamp: 4;
    }

    .layout-con2 dl dd p {

        -webkit-line-clamp: 3;

    }

    .layout-con2 a.more {
        margin-top: 26%;
    }

    .b-tit {
        font-size: 36px;

    }

    .bme-line {
        width: 80px;
    }

    .pic-txt {
        padding: 5% 3% 5% 3%;
    }

    .product-txt h3 span {
        width: 86.5%;
    }

    .gsgk-txt {
        line-height: 20px;
        padding-left: 2%;
        min-height: 282px;
    }

}

@media (max-width: 1200px) {

    .copyright span:nth-child(1) {
        float: none;
        display: block;

    }

    #team .icon-zuo {
        left: -34px;
    }

    #team .icon-you {
        right: -34px;
    }

    .copyright.pc span:nth-child(2) {
        float: none;
        margin: 0 auto;
        display: block;
        margin-top: 10px;
    }

}

/*分页*/
.pagebox {
    padding: 15px 30px;
    background: #f5f5f5;
    display: block;
    text-align: center;
    margin: 30px 0;
    padding-bottom:10px;
}

.pagebox span.pre {

    display: inline-block;
    float: left;
   /* padding-top: 5px;*/
}

.pagebox span.next {

    display: inline-block;
    float: right;
   /* padding-top: 5px;*/
}

.pagebox span a {
    color: #000;
}

.pagebox span a:hover {
    color: #ed9d00;
}

.pagination > li > a,
.pagination > li > span {
    background-color: #f8f9fd;
    margin: 0px 6px;
    border-radius: 5px;
    color: #000;;
}

.pagination {
    margin: 0 auto;
    display: inline-block;
}

.pagination ul li:nth-child(2) {
    border: none;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: transparent;
    border-color: #ed9d00;
    border-radius: 50%;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #ed9d00;
    border-radius: 50%;
    border: 1px solid #ed9d00;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: transparent;
}

ul.pagination a:hover {
    color: #ed9d00;
}

.pagination > li:first-child a {
    width: 68px;
}

.pagination > li:last-child a {
    width: 68px;
}

.pagination > li > a, .pagination > li > span {

    padding: 6px;
    margin-left: 5px;
    line-height: 1;
    width: 28px;
    height: 28px;

}
.neli .row dl dt img {
    width: 139px; 
    height: 139px; 
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{background:transparent;color:#000}
@media screen and (min-width: 1000px) and (max-width: 1025px)
{.prolist-box p:nth-child(1) {
    width: 220px;height:225px;}
    .news-box .row dl dt img
{width:124.5px;height:124.5px;
}
.neli .row dl dt img {
    width: 114px; 
    height: 114px; 
}
.layout-con6 dl dt img
{
    width:173px;height:114px;
} 
.caselist-box p:nth-child(1) {
        width: 293px;}
}

@media screen and (max-width: 768px) {
    .nav-share {
        display: none;
    }
    .caselist-box  a{display:block; width: 320px;margin:0 auto}
.caselist-box p:nth-child(1) {
        width: 320px;margin:0 auto}
    .aboutus-banner {
        height: 130px;
    }
      .news-box .row dl dt img
{width:100px;height:100px;
}.neli .row dl dt img {
    width:80px; 
    height: 80px; 
}

    .me-banner {
        margin-top: 60px;
    }

    .news-bottom {
        padding-left: 0;
    }

    a.more {
        width: 200px;
    }

    .all-txt {
        font-size: 24px;
    }

    .all-txteg {
        font-size: 16px;
    }

    .gsgk-tit {
        margin-top: 5%;
    }

    .qywh-txt {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .pic-ad img {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .aboutus-banner {
        margin-top: 60px;

    }

    .me-banner {
        height: 130px;
    }

    .navbar-default > .container {
        position: relative;
        padding: 0;
    }

    .layout-title2 li a {
        font-size: 16px;
    }

    .layout-title li a {
        font-size: 16px;
    }

    .layout-title-5 {
        margin-top: -2%;
    }

    .layout-title-5 li a {
        font-size: 16px;
    }

    .layout-title3 li a {
        font-size: 16px;
    }

    .layout-title4 li {
        width: 100%;
    }

    .main-slider .carousel-indicators .active {
        height: 5px;
        width: 5px;
        border-radius: 50%;
    }

    .fourareas dl dd {
        margin-top: 6%;

    }

    .qywh-txt {

        margin-bottom: 5%;
    }

    .row.fourareas {
        margin-top: 5%;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

    .navbar {
        margin-bottom: 0;
    }

    .main-slider {
        margin-top: 60px;
    }

    .carousel-indicators {
        bottom: -2px;
    }

    .bme-banner {
        height: 130px;
    }

    .bme-banner {
        margin-top: 60px;
    }

    .bme-line {
        width: 40px;
        height: 3px;
        background: #dadada;

        margin: 0 auto;
    }

    .b-tit {
        font-size: 18px;
        color: #e9b001;
        text-align: center;
        margin-top: 5px;
    }

    .b-eng {
        text-align: center;
        color: #bbb;
        margin-top: 5px;
        font-size: 12px;
    }

    .b-arrow {
        margin-top: -10px;
    }
  .map{
      height:300px;
  }
    .main-slider .carousel-indicators li {
        margin: 0;
        height: 5px;
        width: 5px;
    }

    .yqlj-box .yqlj-list {
        float: none;
        margin: 0 auto 30px auto;
    }

    .navbar-default {
        height: 60px;
    }

    /*.row {*/
    /*margin: 0;*/
    /*}*/
    .navbar-header {
        padding-top: 0;
        padding-left: 15px;
    }

    .navbar-header a {
        padding-top: 10px;
        padding-left: 10px;
    }

    .link-banner {
        height: 130px;
    }

    .newslist ul li span {
        float: right;
    }

    .navbar-brand {
        width: 178px;
    }

    .navbar-toggle {
        margin-top: 13px;
    }

    .link-banner {
        margin-top: 60px;
    }

    .navbar-collapse {
        background: #f0f0f0;
        width: 100%;
        margin-left: 0;
        padding-top: 0;
        padding: 0;

    }

    .navbar-collapse ul li {

        width: 100%;
        border-bottom: 0;
        border-bottom: 1px solid #fff;

    }

    .navbar-default .navbar-nav > li > a {
        color: #25282A;
        padding-left: 15px;
    }

    .navbar-default .navbar-nav > li > a.current {
        border-bottom: 1px solid transparent;
        background: #ed9d00;
        color: #fff;
    }

    .navbar-nav {
        margin: 0;
    }

    .nav {
        width: 100%;
    }

    .navbar-default .navbar-nav > li > a:after {
        height: 0;
    }

    .navbar-default .navbar-nav > li > a:active:after {
        border: 0;
    }

    .navbar-default .navbar-nav > li > a:hover:after {
        border: 0;
    }

    .link-banner .line {
        width: 35px;
        margin: 0 auto;

    }

    .link-banner .tit {
        font-size: 30px;

        margin-top: 10px;
        margin-bottom: 10px;
    }

    .link-banner .eglish {
        font-size: 14px;
        color: #fff;
        letter-spacing: 0px;
    }

    .link-banner .banner-txt {
        position: absolute;
        width: 200px;
        left: 50%;
        margin-left: -100px;
    }

    #team .icon-zuo {
        left: -11px;
    }

    #team .icon-you {
        right: -11px;
    }

    .xwzx-left .left01 {
        background: #f4a000;
        width: 100px;
        height: 100px;
        float: left;
    }

    .xwzx-left .left02 {
        background: #c9e717;
        width: 100px;
        height: 100px;
        float: left;

    }
    .aboutus-banner .tqk {
        width: 95%;
        height: 40px;
        margin: 0 auto;
        background: #fff;
        border-radius: 30px;
        color: #000;
        margin-top: 3%;
        line-height: 40px;
        font-size: 16px;
    }
    .aboutus-banner .tqk img{
        width: 35px;
        height: 35px;
    }
    .aboutus-banner .line{
        margin-top:4%;
    }
    .aboutus-banner .tpen p{
        line-height: 12px;
        font-size: 12px;
    }
    .aboutus-banner .tqk p span {
        padding: 0 1%;
        font-size: 14px;
    }
    .xwzx-left .left03 {
        background: #f2f2f2;
        width: 100px;
        height: 100px;
        float: left;

    }

    .xwzx-left {
        width: 300px;
        margin-left: -5px;
        margin-right: -5px;
        margin: 0 auto;
        float: none;
        margin-top: 20px;

    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .xwzx-right {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    .newslis .col-sm-6, .newslis .col-md-6, .newslis .col-xs-12 {
        padding: 0;
    }

    .newslis dl {

        overflow: hidden;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .newslis dl dt {
        display: inline-block;
        vertical-align: middle;

    }

    .sj {
        display: block;
    }

    .pc {
        display: none;
    }

    .newslis dl dt img {
        vertical-align: middle;
        display: block;
    }

    .newslis dl dd p {
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: box;
        -webkit-box-orient: vertical;
    }

    a.more {
        margin-top: 0;
        margin: 0 auto;
    }

    .neli {
        margin-top: 5%;
    }

    .news-bottom .bot1 {
        left: 32px;
    }

    .footer-logo {
        width: 100%;
        border-right: 0;

    }

    .footer-logo img {
        margin: 0 auto;
        display: inherit;
    }

    .footer-txt {
        width: 100%;
    }

    .footer-logo {
        -webkit-animation-duration: 0s;
        -moz-animation-duration: 0s;
        -o-animation-duration: 0s;
        animation-duration: 0s;
        margin-top: 20px;
    }

    .ab-txt {
        padding-left: 0;
    }

    .footer .tit {
        text-align: center;
        margin-top: 20px;
    }

    .copyright {
        padding: 30px 15px;
    }

    .copyright p {
        line-height: 25px;
    }

    .copyright p a {
        color: #fff;
    }

    .copyright p a i {
        font-style: normal;
        padding: 0 5px;
    }

    .footer > .container {
        padding: 0;
    }

    .pic-ad {
        padding: 0;
    }

    .layout-con6 dl {
        width: 248px;
        margin-left: auto;
        margin-right: auto;
    }

    .layout-con6 dl dt {
        width: 248px;
        height: 174px;
    }

    .layout-con6 dl dt img {
        margin: 0 auto;
    }

    .layout-con6 dl dd {
        margin-top: 10px;
        text-align: center;
    }

    .layout-con6 {
        margin-top: 12%;
        overflow: hidden;
    }

    .layout-title3 li {
        width: 100%;
    }

    .bme-tit {
        line-height: 20px;
    }

    .bme-tit span {
        margin: 0 5px;
    }

    .pic-txt {
        margin-top: 5%;
        padding-bottom: 0;
        padding-top: 7%;
    }

    .product-txt h3 span {
        height: 2px;
        width: 67.5%;
        display: inline-block;
        background: #e8e8e8;
        margin-left: 17px;
    }

    .return a {
        height: 30px;
        line-height: 30px;
    }

    .news-banner {
        height: 130px;
        margin-top: 60px;
        font-size: 30px;

    }

    .news-banner .tit {
        font-size: 30px;
        color: #fff;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .newslist {
        margin-top: 5%;
    }

    .newslist ul li a {
        line-height: 30px;
        display: block;
        height: 30px;
    }

    .newslist ul li {
        padding: 0;
        padding-left: 20px;
        height: 30px;
    }

    .newslist ul li span:nth-child(1) {
        line-height: 30px;
        overflow: hidden;
        width: 70%;
        float: left;
        overflow: hidden;
        height: 30px;
        display: inline-block;

    }

    .newslist ul li span:nth-child(2) {
        line-height: 30px;
        overflow: hidden;
        width: 30%;
        float: right;
        display: inline-block;

    }

    .newslist ul li {
        background: url(../img/newlist-arrow.png) no-repeat -2px;
    }

    .detail-box .art-tit {
        font-size: 20px;
    }

    .news-box .row dl dd h3 a {
        font-size: 20px;
        line-height: 26px;
        height: 26px;
        overflow: hidden;
    }

    .newslis {
        margin-left: 0px;
        margin-right: 0;
    }

    .layout-con2 dl dd p {
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: box;
        -webkit-box-orient: vertical;
    }

    .news-box .layout-con2 .row dl dt {
        float: left;
        width: 25%;
        vertical-align: middle;
        display: inline-block;
        margin-top: 8px;
    }

    .fourareas dl dt {
        width: 78px;
        height: 78px;
    }

    .layout-con2 a.more {
        margin-top: 0;
    }

    .pagebox span.pre {

        float: none;
        margin-bottom: 13px;
        font-size: 16px;
    }

    .pagebox span.next {

        float: none;
        margin-top: 10px;
        font-size: 16px;
    }

    .pagebox {
        padding: 20px 10px;
    }

    .pagination > li {
        line-height: 25px;
        overflow: hidden;
    }

    .pagination > li:first-child a {
        width: 55px;
    }

    .pagination > li:last-child a {
        width: 55px;
    }

    .pagination > li > a, .pagination > li > span {
        margin: 0 3px;
    }

    .pagination > li > a, .pagination > li > span {
        width: 20px;
        height: 20px;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 3px;
        /* margin-left: 2px;*/
        line-height: 1;
        font-size: 16px;
        padding-top: 1px
    }
    .col-sm-3.col-md-3.col-xs-12.prolist-box{text-align:center}
    .prolist-box a{display:inline-block}

}

.col-sm-4.col-md-4.col-xs-12.caselist-box a{height:332px;display:block}



/*20170410增加*/
.qq-box{
            position: absolute;right: -170px;
            width: 120px;
            background:#fff;
            height: 200px;
            top:0;
            transition: all 0.5s ease 0s;
            border: 1px solid #ccc;
            border-top:5px solid #ed9d00;
            background-color: #fff;
            -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
            -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
            box-shadow: 0 3px 8px rgba(0,0,0,.15);
            z-index:9999999;


        }
        .icons .qq:hover .qq-box{
            right:60px;
            transition: all 0.5s ease 0s;

        }
        .qq-box div{width: 120px; height: 40px;line-height: 40px;

        }
        .qq-box .kf-tit{
            text-align: center;
            font-size:16px;
            color: #ed9d00;
            /*background: #ed9d00;*/
        }
        .rt-nav ul.icons li.wx p .search{
            background: #fff;
            -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
            -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
            box-shadow: 0 3px 8px rgba(0,0,0,.15);
            border: 1px solid #ccc;
           z-index:999
        }
       .kf{
           background: url(../img/pic-qq.gif) no-repeat 10px 2px;
           padding-left: 50px;
            margin-top: 10px;
           border-bottom: 1px solid #ccc;
       }
        .arr-qq{
            display: block;
            width: 13px;
            height: 16px;
            background: url(../img/arr-qq.png) no-repeat ;
            position: absolute;
            right: -13px;
            top: 20px;
        }
.rt-nav ul.icons li p {position: absolute;top:50px;width: 260px;transition: all 0.5s ease 0s;    right: -130px;}
.rt-nav ul.icons li p span{    display: block;
    height: 30px;
    right: 270px;
        position: relative;top:-37px; right:-330px; transition: all 0.5s ease 0s;
    }
.rt-nav ul.icons li.wx .inputgjz{top:0;z-index:-1;right:0}
.rt-nav ul.icons li.active.wx .inputgjz {
    right: 0;
}
.rt-nav ul.icons li.active p span{right:280px; transition: all 0.5s ease 0s;}
.rt-nav ul.icons li b{
position: absolute;right: 10px;width:40px;height: 40px;transform: scale(0.8); top:-10px;background: url(../img/qq-icon.png) no-repeat center -100px;z-index:999}

.rt-nav ul.icons li.active.wx p {
    right: 60px;
}








/*20170621修改*/
/*分享代码*/


.bshare-custom  .bshare-weixin.share-wx  {
    background: url(../img/share.png) no-repeat 0 -20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 auto;
}

.bshare-custom  .bshare-weixin.share-wx:hover {
    background: url(../img/share.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 auto;

}

.bshare-custom  .bshare-qzone.share-zone  {
    background: url(../img/share.png) no-repeat -49px -20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 auto;
}

.bshare-custom  .bshare-qzone.share-zone:hover {
    background: url(../img/share.png) no-repeat -49px 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 auto;

}

.bshare-custom  .bshare-sinaminiblog.share-sina  {
    background: url(../img/share.png) no-repeat -73px -20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 auto;

}

.bshare-custom  .bshare-sinaminiblog.share-sina:hover {
    background: url(../img/share.png) no-repeat -73px 0;
}

.bshare-custom  .bshare-renren.share-rr  {
    background: url(../img/share.png) no-repeat -98px -20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 auto;
}

.bshare-custom  .bshare-renren.share-rr:hover {
    background: url(../img/share.png) no-repeat -95px 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 auto;
}

.bshare-custom  .share-rr {
    background: url(../img/share.png) no-repeat -95px -20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 auto;
}

.bshare-custom  .bshare-qqmb.share-tx  {
    background: url(../img/share.png) no-repeat -25px -20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 auto;
}

.bshare-custom  .bshare-qqmb.share-tx:hover {
    background: url(../img/share.png) no-repeat -25px 0;
}

.bshare-custom   .tel {
    font-size: 19px;
}
#bsWXBox{box-sizing: content-box!important;}
.bshare-custom{margin-top:24px;margin-left:4px;}
.bdshare{margin-left:15px;}